micro_utils.dokka
/
dev.inmo.micro_utils.pagination.utils
/
[common]PaginatedIterable
common
Paginated
Iterable
class
PaginatedIterable
<
T
>(pageSize:
Int
, countGetter: () ->
Long
, paginationResultGetter:
Pagination
.() ->
PaginationResult
<
T
>) :
Iterable
<
T
>
Content copied to clipboard
Functions
Functions
iterator
Link copied to clipboard
common
open operator override fun
iterator
():
Iterator
<
T
>
Content copied to clipboard